configure: wayland-egl drop version since it is part of mesa not wayland
authorRico Tzschichholz <ricotz@ubuntu.com>
Wed, 22 Oct 2014 18:35:35 +0000 (20:35 +0200)
committerRico Tzschichholz <ricotz@ubuntu.com>
Thu, 23 Oct 2014 12:29:45 +0000 (14:29 +0200)
configure.ac

index 4870bfc887c3199c44eb7289c4175f257e784ff7..419ac1950acd57a573a4cb6e12a40c2350de4f80 100644 (file)
@@ -433,7 +433,7 @@ fi
 
 PKG_PROG_PKG_CONFIG
 
-WAYLAND_DEPENDENCIES="wayland-client >= wayland_required_version xkbcommon >= 0.2.0 wayland-cursor >= wayland_required_version  wayland-egl >= wayland_required_version"
+WAYLAND_DEPENDENCIES="wayland-client >= wayland_required_version xkbcommon >= 0.2.0 wayland-cursor >= wayland_required_version wayland-egl"
 if test "$enable_wayland_backend" = "maybe" ; then
   AC_PATH_PROG([WAYLAND_SCANNER],[wayland-scanner],[no])
   PKG_CHECK_EXISTS($WAYLAND_DEPENDENCIES, [have_wayland_deps=yes], [have_wayland_deps=no])